home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / REM.HLP < prev    next >
Text File  |  1985-09-03  |  512b  |  16 lines

  1. ---------------------  REM - Internal Batch Subcommand  -----------------------
  2.  
  3. REM denotes a remark (comment) in a batch file.
  4.  
  5. FORMAT:   REM [remark]
  6.  
  7. REMARKS:
  8.  
  9.    Remarks may be any string of characters.  The maximum length of a remark is
  10.    123 characters.  Note that remarks will not be displayed during batch file
  11.    execution if ECHO has been set to OFF.
  12.  
  13. EXAMPLE:  Display the remark, "This Batch File Backs Up the Budget Files:"
  14.  
  15.           REM This Batch File Backs Up the Budget Files
  16.